func runtime.stopTheWorld
10 uses
runtime (current package)
heapdump.go#L22: stw := stopTheWorld(stwWriteHeapDump)
mprof.go#L1383: stw := stopTheWorld(stwGoroutineProfile)
mprof.go#L1451: stw = stopTheWorld(stwGoroutineProfileCleanup)
mprof.go#L1593: stw := stopTheWorld(stwGoroutineProfile)
mprof.go#L1705: stw = stopTheWorld(stwAllGoroutinesStack)
mstats.go#L355: stw := stopTheWorld(stwReadMemStats)
os_linux.go#L738: stw := stopTheWorld(stwAllThreadsSyscall)
proc.go#L1444: func stopTheWorld(reason stwReason) worldStop {
proc.go#L1486: return stopTheWorld(reason)
trace.go#L225: stw := stopTheWorld(stwStartTrace)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)